Make the MinGW32 build compatible with MinGW runtime 4.x.
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Oct 2013 13:11:14 +0000 (16:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Oct 2013 13:11:14 +0000 (16:11 +0300)
commitda0c4ad8bf9262b897d5600fd11a19e115cdf32c
tree424b218da2c0dcef79be6ac7597eaaa62cb99707
parent09d476bde9727b2cbb61c2dae4d03d27706b5cc8
Make the MinGW32 build compatible with MinGW runtime 4.x.

 nt/inc/dirent.h (struct dirent) [__MINGW_MAJOR_VERSION >= 4]: Make
 the layout of 'struct dirent' be compatible with MinGW32 runtime
 versions 4.0 and later.
 nt/inc/ms-w32.h (__MINGW_MAJOR_VERSION, __MINGW_MINOR_VERSION)
 (__MINGW_PATCHLEVEL) [!__MINGW64_VERSION_MAJOR]: Define, if not
 defined, but not for MinGW64.
 (_USE_32BIT_TIME_T) [__MINGW64_VERSION_MAJOR]: Define, to force
 use of 32-bit time_t type.
nt/ChangeLog
nt/inc/dirent.h
nt/inc/ms-w32.h